home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 January / Macworld (2000-01).dmg / Shareware World / Utilities / User Interface / OtherMenu 2.0.3.sea / OtherMenu 2.0.3 / OtherMenu Manual.rsrc / TEXT_1000_OtherMenu Basics.txt < prev    next >
Encoding:
Text File  |  1999-11-01  |  7.7 KB  |  181 lines

  1.     
  2. OtherMenu Basics
  3.  
  4. ¬© 1992‚Äì1999 by James W. Walker.
  5.  
  6. OtherMenu is an extension that creates a system-wide hierarchical menu somewhat similar to the Apple menu.  You can use it to launch applications and documents, perform various utility functions, and execute FKEYs.  In standard directory dialogs (Open and Save dialogs) you can use it to select files and folders.  It requires System 7 or Mac OS 8, and is accelerated for PowerPC.
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22. After installing OtherMenu, you will see a menu whose title is a round icon near the right hand side of the menu bar.  If you are running Mac OS 8, the menu will look something like the picture above; with earlier systems, there will be no icons on the menu.  In place of the ‚ÄúBoot8‚Äù and ‚ÄúScratch‚Äù items, you will see an item for each disk on your desktop.  The last item has a submenu with four items, and is always present.
  23.  
  24.  
  25. Operation    
  26.  
  27. Release the mouse button over any menu item.  In most cases, the result is the same as if you had double-clicked the item in the Finder.  The exceptions are FKEYs, compiled AppleScript files, KeyQuencer macro files, and OtherMenu externals.  Finder doesn‚Äôt know how to run these items, but OtherMenu does.
  28.  
  29. If you hold the option key as you release the mouse button over a menu item representing a file, then the foreground application will open that file (assuming it knows how to open that type of file).  This is a good alternative to using the Open directory dialog.
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40. As you are mousing through the menu, you can press and hold a certain key to get some information about an item.  I call this the ‚Äúinstant info‚Äù feature.  (Initially the key will be Control, but you can change it using the Preferences dialog.)  A little window pops up, showing the icon, type, creator, size, modification date, and path.  If the item is an alias, the information window displays information about the target of the alias, unless the alias points to something on a disk that is not mounted, or the alias cannot be resolved for some other reason.
  41.  
  42.  
  43. The Preferences Dialog    
  44.  
  45. If you select ‚ÄúPreferences‚Äù from the ‚ÄúOtherMenu‚Äù submenu, you will see a dialog that controls several settings.  Radio buttons near the right-hand side select five groups of settings, called ‚ÄúGeneral‚Äù, ‚ÄúMenu‚Äù, ‚ÄúVolumes‚Äù, ‚ÄúRecent‚Äù, and ‚ÄúFont‚Äù.  See the Advanced Usage chapter for more information.
  46.  
  47.  
  48. OtherMenu Externals    
  49.  
  50. OtherMenu comes with a set of small programs that can only be used with OtherMenu.  They use system memory and can be placed in the menu and executed with less overhead than applications.  Some of them produce their own submenus, while others simply run when you select them.  You need not install the full set of externals.  If you hold the shift key while selecting an external, it will display an About box, which can allow for adjustment of settings, or might just show the version number.  If you are a programmer, you can write your own externals.  Sample code is available as a separate ‚ÄúOtherMenu Developer Kit‚Äù from some of the same sources as OtherMenu, such as my web site.
  51.  
  52. See the Externals chapter for information on individual externals.
  53.  
  54.  
  55. Modal Dialogs    
  56.  
  57. Usually, you don't have much freedom of action when the front window is a modal dialog.  You know, the kind of window that has a border like this, if you use System 7,
  58.  
  59.  
  60.  
  61.  
  62.  
  63. or like one of these, if you run Mac OS 8:
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. You can‚Äôt switch to another application, and you can‚Äôt even switch to another window within the same application.  Yet, you can use OtherMenu to execute externals and FKEYs while a modal dialog is showing.  This freedom entails some risk, because the programmers who wrote your applications and other extensions probably didn‚Äôt anticipate that you could do such a thing.  There is a specific risk in opening a directory dialog while another directory dialog is on the screen; see ‚ÄúAbout the GC Patch‚Äù for more information.
  73.  
  74. Certain externals (currently QuickAlias, QuickTrash, and Specialize) take control of the Other menu, so that you can‚Äôt invoke other externals when they are running.
  75.  
  76.  
  77. Directory Dialogs    
  78.  
  79. Directory dialogs (Open and Save dialogs) are a special kind of modal dialog, and as such the previous section applies to them.  However, OtherMenu has another use within these dialogs:  You can use OtherMenu to select a folder to be displayed in the directory dialog, simply by pulling down the menu and releasing the mouse over the name of a folder.  In the case of Open dialogs, you can select a file (other than an external or FKEY) to make that file become selected in the Open dialog.  If OtherMenu fails to select the file you asked it to select, it will beep.  This can happen if you select a file that is not the right type for that Open dialog, or if the folder contains many files that start with the same letter.  The ‚Äúrebound‚Äù feature in Super Boomerang or similar utilities may interfere with file selection, but not folder selection.
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. In Mac OS 8.5 and later, some applications support a new kind of directory dialog called a Navigation Services dialog.  Currently, OtherMenu is not able to affect the operation of these dialogs.
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124. Shareware Fee    
  125.  
  126. The shareware registration fee for OtherMenu is US$10 per user.  See the chapter ‚ÄúHow to Register‚Äù for more information.
  127.  
  128.  
  129. Distribution    
  130.  
  131. OtherMenu may not be sold or offered for sale, or included with another software product offered for sale, except with the express written permission of the author.  The author‚Äôs failure to give permission promptly should not be taken as consent.   Companies that distribute public domain/freeware/shareware software for profit are expressly prohibited from distributing OtherMenu.  This restriction does not apply to bulletin boards, commercial on-line services such as America Online, CompuServe and NiftyServe, and nonprofit Macintosh user groups which hold regularly scheduled public meetings.  However, OtherMenu must be distributed in full, as I released it, with no documentation or software missing.
  132.  
  133.  
  134. Warranty    
  135.  
  136. This program should work as described in this document.  If it does not, you can simply stop using it.  If you pay me, and within a year find that it does not do what I have described here, or bugs or conflicts prevent you from using it, then you can notify me and I will refund your money and cancel your license.
  137.  
  138. I will attempt to fix any bug that I can duplicate on my own machines, but will not buy other people‚Äôs software for compatibility testing.
  139.  
  140.  
  141. Author‚Äôs address    
  142.  
  143. Internet: <mailto:jwwalker@kagi.com> or <mailto:om@jwwalker.com>
  144.  
  145. Also, drop by my Web site, <http://www.jwwalker.com/>.  This will be the first place that new versions appear.
  146.  
  147. Hard mail (do not send Kagi forms to this address!):
  148. 3689 Martha Street
  149. San Diego, CA 92117  USA
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158.  
  159.  
  160. Other software by this author    
  161.  
  162. Shareware:
  163.  
  164. ‚Ä¢ Dialog View, which enhances the appearance of directory dialogs (size, font, icons)
  165. ‚Ä¢ Manual Maker, a low-overhead standalone document kit.
  166. ‚Ä¢ PrintToPDF, a simple way to produce PDF files, coming soon.
  167.  
  168. Freeware:
  169.  
  170. ‚Ä¢ Text Capture FKEY, which lets you copy otherwise uncopyable text to the clipboard
  171. ‚Ä¢ Text Editor Patches, which can add various features to applications
  172. ‚Ä¢ MenuCapture, allows screen snapshots to include menus
  173.  
  174. Commercial:
  175.  
  176. ‚Ä¢ At this writing, I am the principal Mac programmer for ScriptThing, a screenwriting product of ScriptPerfection Enterprises, Inc.  See <http://www.scriptthing.com> for more information.
  177.  
  178.  
  179. Acknowledgements    
  180.  
  181. Thanks to the dozens of people who beta-tested version 2.0, with special thanks to Mark Nagata.  Among those who deserve thanks for assisting my development of earlier versions are Bill Johnston, Susan Lesch, and Leonard Rosenthol.